Skip to content

Fix np.bool AttributeError#4

Merged
HugoMVale merged 1 commit intoHugoMVale:mainfrom
enifmada:fix-types
Aug 5, 2025
Merged

Fix np.bool AttributeError#4
HugoMVale merged 1 commit intoHugoMVale:mainfrom
enifmada:fix-types

Conversation

@enifmada
Copy link
Copy Markdown
Contributor

@enifmada enifmada commented Aug 4, 2025

np.bool is deprecated as of NumPy 1.20, and throws an error as of NumPy 1.24.

np.bool is deprecated as of NumPy 1.20
@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.10%. Comparing base (645f929) to head (5320640).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #4   +/-   ##
=======================================
  Coverage   97.10%   97.10%           
=======================================
  Files           5        5           
  Lines         414      414           
  Branches      124      124           
=======================================
  Hits          402      402           
  Misses          5        5           
  Partials        7        7           

@HugoMVale HugoMVale merged commit c540c7b into HugoMVale:main Aug 5, 2025
6 checks passed
@HugoMVale
Copy link
Copy Markdown
Owner

Thanks for spotting the error and for the PR!

@enifmada
Copy link
Copy Markdown
Contributor Author

enifmada commented Aug 6, 2025

No problem! Thanks for the quick merge :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants